'Declaration
Public Overloads Overridable Function FindChild( _ ByVal context As ISystemContext, _ ByVal browsePath As IList(Of QualifiedName), _ ByVal index As Integer _ ) As BaseInstanceState
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim browsePath As IList(Of QualifiedName) Dim index As Integer Dim value As BaseInstanceState value = instance.FindChild(context, browsePath, index)
public virtual BaseInstanceState FindChild( ISystemContext context, IList<QualifiedName> browsePath, int index )
public: virtual BaseInstanceState^ FindChild( ISystemContext^ context, IList<QualifiedName^>^ browsePath, int index )
Parameters
- context
- The context to use.
- browsePath
- The browse path.
- index
- The current position in the browse path.
Return Value
The target if found. Null otherwise.